home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWTOOLPARAMS / TFORMVIEWTOOLPARAMS.txt
Encoding:
Text File  |  2009-10-23  |  3.8 KB  |  187 lines

  1. object FormViewToolParams: TFormViewToolParams
  2.   Left = 276
  3.   Top = 186
  4.   ActiveControl = edCaption
  5.   BorderStyle = bsDialog
  6.   Caption = 'User tool properties'
  7.   ClientHeight = 306
  8.   ClientWidth = 473
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 4
  24.     Width = 457
  25.     Height = 265
  26.     Caption = 'Tool properties'
  27.     TabOrder = 0
  28.     object labCommand: TLabel
  29.       Left = 8
  30.       Top = 42
  31.       Width = 56
  32.       Height = 13
  33.       Caption = 'Application:'
  34.       FocusControl = edCommand
  35.     end
  36.     object labParams: TLabel
  37.       Left = 8
  38.       Top = 66
  39.       Width = 59
  40.       Height = 13
  41.       Caption = 'Parameters:'
  42.       FocusControl = edParams
  43.     end
  44.     object labMacros: TLabel
  45.       Left = 8
  46.       Top = 106
  47.       Width = 315
  48.       Height = 13
  49.       Caption = 
  50.         'Parameters macros (double-click to add macro to parameters list)' +
  51.         ':'
  52.     end
  53.     object labCaption: TLabel
  54.       Left = 8
  55.       Top = 18
  56.       Width = 41
  57.       Height = 13
  58.       Caption = 'Caption:'
  59.       FocusControl = edCaption
  60.     end
  61.     object labActions: TLabel
  62.       Left = 8
  63.       Top = 194
  64.       Width = 93
  65.       Height = 13
  66.       Caption = 'Actions to perform:'
  67.     end
  68.     object labActions2: TLabel
  69.       Left = 264
  70.       Top = 208
  71.       Width = 133
  72.       Height = 13
  73.       Caption = 'After executing application:'
  74.     end
  75.     object labActions1: TLabel
  76.       Left = 88
  77.       Top = 208
  78.       Width = 140
  79.       Height = 13
  80.       Caption = 'Before executing application:'
  81.     end
  82.     object labParamsHint: TLabel
  83.       Left = 88
  84.       Top = 88
  85.       Width = 254
  86.       Height = 13
  87.       Caption = 'Hint: add '#39'?'#39' as first character to confirm parameters.'
  88.     end
  89.     object edCommand: TTntEdit
  90.       Left = 88
  91.       Top = 40
  92.       Width = 321
  93.       Height = 21
  94.       TabOrder = 1
  95.     end
  96.     object btnCommandBrowse: TButton
  97.       Left = 416
  98.       Top = 40
  99.       Width = 33
  100.       Height = 21
  101.       Caption = '...'
  102.       TabOrder = 2
  103.       OnClick = btnCommandBrowseClick
  104.     end
  105.     object edParams: TTntEdit
  106.       Left = 88
  107.       Top = 64
  108.       Width = 321
  109.       Height = 21
  110.       TabOrder = 3
  111.     end
  112.     object edCaption: TEdit
  113.       Left = 88
  114.       Top = 16
  115.       Width = 321
  116.       Height = 21
  117.       TabOrder = 0
  118.     end
  119.     object chkSelectAll: TCheckBox
  120.       Left = 88
  121.       Top = 224
  122.       Width = 150
  123.       Height = 17
  124.       Caption = 'Select all'
  125.       TabOrder = 5
  126.     end
  127.     object chkCopy: TCheckBox
  128.       Left = 88
  129.       Top = 240
  130.       Width = 150
  131.       Height = 17
  132.       Caption = 'Copy'
  133.       TabOrder = 6
  134.     end
  135.     object chkExit: TCheckBox
  136.       Left = 264
  137.       Top = 224
  138.       Width = 128
  139.       Height = 17
  140.       Caption = 'Exit'
  141.       TabOrder = 7
  142.     end
  143.     object listMacros: TListBox
  144.       Left = 88
  145.       Top = 124
  146.       Width = 161
  147.       Height = 65
  148.       ItemHeight = 13
  149.       Items.Strings = (
  150.         '"{FileName}"'
  151.         '"{FileDir}"'
  152.         '"{FileNameOnly}"'
  153.         '{FileNameShort}'
  154.         '{FileNameOnlyShort}'
  155.         '{PosLine}'
  156.         '{PosOffset}')
  157.       TabOrder = 4
  158.       OnDblClick = listMacros33DblClick
  159.     end
  160.   end
  161.   object btnOk: TButton
  162.     Left = 152
  163.     Top = 276
  164.     Width = 81
  165.     Height = 23
  166.     Caption = 'OK'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 1
  170.   end
  171.   object btnCancel: TButton
  172.     Left = 240
  173.     Top = 276
  174.     Width = 81
  175.     Height = 23
  176.     Cancel = True
  177.     Caption = 'Cancel'
  178.     ModalResult = 2
  179.     TabOrder = 2
  180.   end
  181.   object OpenDialog1: TTntOpenDialog
  182.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  183.     Left = 424
  184.     Top = 80
  185.   end
  186. end
  187.